//==============================================================================
// axe_anim.txt
//==============================================================================

//==============================================================================
define fire
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Fire Ball
      }
   }
}


//==============================================================================
define firetrail
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Fire Ball Trail
      }
   }
}

//==============================================================================
define smoke
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Fire Ball Smoke
      }
   }
}


//==============================================================================
anim Idle
{
   SetSelector
   {
      Techlogic none/Flaming Weapons
      SetSelector
      {
         TechLogic none/Copper Weapons/Bronze Weapons/Iron Weapons
         set hotspot
         {
            version
            {
               Visual attachments a torch standard
	 //ReplaceTexture Attachments A Quiver/Flamethrow
			Connect ATTACHPOINT fire hotspot
			Connect ATTACHPOINT firetrail hotspot
			Connect ATTACHPOINT smoke hotspot
            }
         }
         set hotspot
         {
            version
            {
               Visual attachments a torch standard
	 //ReplaceTexture Attachments A Quiver/Flamethrow
			Connect ATTACHPOINT fire hotspot
			Connect ATTACHPOINT firetrail hotspot
			Connect ATTACHPOINT smoke hotspot
            }
         }
         set hotspot
         {
            version
            {
               Visual attachments a torch standard
	 //ReplaceTexture Attachments A Quiver/Flamethrow
			Connect ATTACHPOINT fire hotspot
			Connect ATTACHPOINT firetrail hotspot
			Connect ATTACHPOINT smoke hotspot
            }
         }
         set hotspot
         {
            version
            {
               Visual attachments a torch standard
	 //ReplaceTexture Attachments A Quiver/Flamethrow
			Connect ATTACHPOINT fire hotspot
			Connect ATTACHPOINT firetrail hotspot
			Connect ATTACHPOINT smoke hotspot
            }
         }
      }
      SetSelector
      {
         TechLogic none/Copper Weapons/Bronze Weapons/Iron Weapons
         set hotspot
         {
            version
            {
               Visual attachments a torch standard
	// ReplaceTexture Attachments A Quiver/Flamethrow
               connect Attachpoint Flame hotspot
            }
         }
         set hotspot
         {
            version
            {
               Visual attachments a torch standard
	 //ReplaceTexture Attachments A Quiver/Flamethrow
               connect Attachpoint Flame hotspot
            }
         }
         set hotspot
         {
            version
            {
               Visual attachments a torch standard
	// ReplaceTexture Attachments A Quiver/Flamethrow
               connect Attachpoint Flame hotspot
            }
         }
         set hotspot
         {
            version
            {
               Visual attachments a torch standard
	//ReplaceTexture Attachments A Quiver/Flamethrow
               connect Attachpoint Flame hotspot
            }
         }
      }
   }
}

